Welcome![Sign In][Sign Up]
Location:
Search - lexical analysis

Search list

[CSharpCSharpcifa

Description: 很不错的词法分析实验报告 编译程序的第一阶段是词法分析,为了能把输入的字符串进行扫描和分解,识别出各种类型的单词符号,我用C++语言设计了一个简单词法分析器,分析C++语言单词的子集(包括常用关键字、标识符、常数、算符、界符等)。-Very good compiler lexical analysis lab report is the first stage of lexical analysis, in order to be able to scan the input string and decomposition, to identify various types of word symbols, I use C++ language, a simple lexical analyzer, Analysis of C++ language subset of words (including common keywords, identifiers, constants, operators, community character, etc.).
Platform: | Size: 599040 | Author: flylee | Hits:

[Software EngineeringChinese-Lexical-Analysis

Description: 一种基于层叠隐马模型的汉语词法分析方法,旨在将汉语分词、词性标注、切分排歧和未登录词识别集成到一个完整的理论框架中.-An approach for Chinese 1exical analysis using cascaded hidden Markav model, which aims to incorporate segmentation, part-of-speech tagging, disambiguation and unknown words recognition into an integrated theoretical frame.
Platform: | Size: 769024 | Author: 王辉 | Hits:

[ELanguageAnalysis

Description: 编译语言之词法分析,用于分解编程语言之中的每一个有意义的单词,并提示错误地方-Compiled language lexical analysis, programming language being used to break down every meaningful word, and prompts the wrong place
Platform: | Size: 13312 | Author: gagmeansfun | Hits:

[ELanguageLEXICAL

Description: 词法分析程序的设计与实现 Lexical analysis program of design and implementation -Lexical analysis program of design and implementation
Platform: | Size: 2048 | Author: 陈建峰 | Hits:

[ELanguageNBuilder-Lexical

Description: 用MFC实现的C语言词法分析器,是学习编译原理的不错的参考资料,本程序用VS2010编写,此词法分析程序可分析出C语言中: 标识符(以字母或下划线开头,后面可以是数字字母或下划线) 字符串常量 字符常量 整数常量 普通实型 有+/-科学记数 无+/-科学记数 注释说明,还不能处理预处理命令33种运算符说明:,() [] .在界符中有,这里出 , ? : sizeof 也没给出11种分界符32种关键字程序使用转换表设计,运行速度快,本人还对每个能识别的符号进行了编号。本程序用VS2010 MFC 设计的,欢迎大家下载分享-A C language lexical analyzer, is a good learning compiler theory of reference, write the program with VS2010, the lexical analysis process can be analyzed in C: Identifier (a letter or underscore, followed can be alphanumeric or an underscore) String constants Character constants Integer constant General Real With+ /- scientific notation No+ /- scientific notation Notes, can not handle pre-order 33 kinds of operators Description:, () [] operator in the world, where a,?: Sizeof did not give 11 kinds of procedure delimiter 32 kinds of keyword use the conversion table design , run fast, I also can identify the symbols for each numbered. This program designed with the VS2010 MFC, welcome to download share. . . .
Platform: | Size: 21183488 | Author: 杨兵 | Hits:

[Other resourceLexical-analyzer

Description: 我的编译作业,词法分析器,本程序完成词法分析的各项检错-My compilations, lexical analyzer, the process is complete lexical analysis of the error detection
Platform: | Size: 3072 | Author: 高国峰 | Hits:

[ELanguagejava-Lexical-analyzer

Description: 简单的词法分析,对界符,算符,关键字等进行判断分析-Simple lexical analysis, operator of world, operator, the key words of judgment analysis
Platform: | Size: 2048 | Author: 王鑫 | Hits:

[ELanguageLexical-analysis

Description: 使用某种高级语言和LEX实现一个C语言子集的词法分析器,即从输入的源程序中,识别出各个具有独立意义的单词,滤掉空格和注释。依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。其中空白符、制表符和换行符均视为空格,用来分隔单词,注释包括两种形式:/*…*/和//。-Use some kind of high-level language and the LEX lexical analyzer to achieve a C language subset from the input source to identify each word has an independent significance, filter out the whitespace and comments. Followed by the output of the internal encoding of each word and word symbols value. (Displayed when an error is encountered "Error", then skip the error part of the display). Where whitespace, tabs and line breaks are treated as spaces, used to separate words, annotation, including two forms :/* ...*/and//.
Platform: | Size: 2048 | Author: 吴越 | Hits:

[ELanguageThe-compiler-morphology-analysis

Description: 编译原理中的词法分析实验 识别单词功能 适合初学者学习的实验-Compiling principle of lexical analysis to identify the word for beginners to learn of the function
Platform: | Size: 496640 | Author: WangShuang | Hits:

[ELanguagegrammar-analysis

Description: 按照词法规则,对程序中的词法进行分析,并找出错误的不符合规定的词法定义,并提示-Lexical rules, the program lexical analysis, and identify the wrong lexical definitions of non-compliance, and prompt
Platform: | Size: 5120 | Author: 黄敏 | Hits:

[Other resourcelexical-analyzer-CPP

Description: 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。编译原理专用词法分析程序-Through the design of the preparation of debugging a lexical analysis of specific procedures, better understanding of the principles of the understanding of lexical analysis.
Platform: | Size: 179200 | Author: lijiao | Hits:

[ELanguageanalysis

Description: 编译原理实验——词法分析实践,采用C语言设计编写,命令行界面,功能简单。-Compiler principle experiment- lexical analysis practice, using C language design and writing, command line interface, simple function.
Platform: | Size: 1024 | Author: 张凯 | Hits:

[ELanguageLexical-analysi

Description: 简单的词法分析器源程序!扫描读入的源代码,并进行词法分析,将源码经行分类!-Lexical analysis program
Platform: | Size: 2048 | Author: zzp | Hits:

[ELanguagelexical-analyzer

Description: 通过设计、编制、调试一个具体的词法分析程序,加深对词法分析原理的理解,并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法 输入:字符串。 输出:二元式(种别编码,单词自身)构成的序列。 举例: 输入:a=$ # 输出:(6,a) (12,=) FOUND ERROR (13, ) -The design, development, debugging a specific lexical analyzer, and deepen their understanding of the principles of lexical analysis, and mastery of the scanning process will be broken down into various types of word lexical analysis methods of input: string in the right programming language source code. Output: binary type (Do not encoded word itself) constitute a sequence. Example: Input: a = $ # output: (a) the (12, =) FOUND ERROR (13 )
Platform: | Size: 465920 | Author: 张映生 | Hits:

[ELanguagelexical-analyzer-program

Description: 编译原理词法分析器程序,利用词法分析自动构造工具LEX构造一个识别C语言的词法分析程序-Compiler theory lexical analyzer program, the use of the lexical analysis of the automatic construction tools LEX to construct a lexical analysis to identify the C language program
Platform: | Size: 229376 | Author: 辛敏 | Hits:

[ELanguageLexical-analyzer

Description: 可以打开C和C++代码,将代码内容扫描到分析其中,进行词法分析-Can open C and C++ code, scan the contents of the code to analyze the lexical analysis
Platform: | Size: 654336 | Author: 鹿麒祥 | Hits:

[ELanguageOperator-priority-grammar-analysis

Description: 算符优先文法实现词法分析和语法分析,算符优先关系表-Operator precedence grammar, lexical analysis and parsing, operator precedence table
Platform: | Size: 268288 | Author: adcc | Hits:

[JSP/Javalexical-analyzer

Description: 编译原理中的词法分析部分实现,词法分析器,可以实现词法分析。学过编译原理的亲们懂的,内有设计文档,可参考。-Part of the implementation of the compiler theory lexical analysis, lexical analyzer, lexical analysis can be achieved. The learned compiler theory pro understand within the design documents, reference.
Platform: | Size: 80896 | Author: houlin | Hits:

[ELanguageLexical-analysis

Description: 编译程序之词法分析器,适合于大学编译课程实验所用-Compiler lexical analyzer is suitable for University compiler course experiments
Platform: | Size: 1024 | Author: shan | Hits:

[ELanguagelexical-analysis

Description: C语言词法分析器,实现了对单个C语言文件分词的功能,输出结果以图形界面显示。-C language lexical analyzer, the word of a single C-language file, the output is displayed in a graphical interface.
Platform: | Size: 10783744 | Author: | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net